Fix last change.
authorJason Rumney <jasonr@gnu.org>
Thu, 10 Apr 2008 10:44:01 +0000 (10:44 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 10 Apr 2008 10:44:01 +0000 (10:44 +0000)
src/w32.c

index bc26d75e78ea33e657c38a46466a69ad43209661..894160a275d55a59e08e656a9902fa1196189b96 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -2492,7 +2492,7 @@ stat (const char * path, struct stat * buf)
     }
 
   if (!NILP (Vw32_get_true_file_attributes)
-      && !(EQ (vw32_get_true_file_attributes, Qlocal) && 
+      && !(EQ (Vw32_get_true_file_attributes, Qlocal) && 
           GetDriveType (name) == DRIVE_FIXED)
       /* No access rights required to get info.  */
       && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,